home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / gnu / glibc108.gz / glibc108 / glibc-1.08.1 / sysdeps / mach / configure < prev    next >
Encoding:
Text File  |  1993-07-23  |  232 b   |  9 lines

  1. # If configure is passed `--with-mach=DIR', set `mach-srcdir' to DIR in
  2. # config.make.
  3.  
  4. case z"$with_mach" in
  5. z | zyes) ;; # Not specified, or specified with no value.
  6. z*) config_vars="$config_vars
  7. mach-srcdir = $with_mach" ;;
  8. esac
  9.